
  

  
  

  
  
  
  
    


@layer base {
  
  body, :host {
    /* Color */
    --grey-50: #FAFAFA;
--grey-100: #F5F5F5;
--grey-200: #E5E5E5;
--grey-300: #D4D4D4;
--grey-400: #A3A3A3;
--grey-500: #737373;
--grey-600: #525252;
--grey-700: #404040;
--grey-800: #262626;
--grey-900: #171717;
--white: #ffffff;
--red-50: #FEF2F2;
--red-100: #FEE2E2;
--red-200: #FECACA;
--red-300: #FCA5A5;
--red-400: #F87171;
--red-500: #EF4444;
--red-600: #DC2626;
--red-700: #B91C1C;
--red-800: #991B1B;
--red-900: #7F1D1D;
--blue-50: #EFF6FF;
--blue-100: #DBEAFE;
--blue-200: #BFDBFE;
--blue-300: #93C5FD;
--blue-400: #60A5FA;
--blue-500: #3B82F6;
--blue-600: #2563EB;
--blue-700: #1D4ED8;
--blue-800: #1E40AF;
--blue-900: #1E3A8A;
--green-50: #ECFDF5;
--green-100: #D1FAE5;
--green-200: #A7F3D0;
--green-300: #6EE7B7;
--green-400: #34D399;
--green-500: #10B981;
--green-600: #059669;
--green-700: #047857;
--green-800: #065F46;
--green-900: #064E3B;
--yellow-50: #FFFBEB;
--yellow-100: #FEF3C7;
--yellow-200: #FDE68A;
--yellow-300: #FCD34D;
--yellow-400: #FBBF24;
--yellow-500: #F59E0B;
--yellow-600: #D97706;
--yellow-700: #B45309;
--yellow-800: #92400E;
--yellow-900: #78350F;
    /* Fonts */
    --font-intertight: 'Inter Tight',sans-serif;
--font-inter: 'Inter',sans-serif;
--font-poppins: 'Poppins',sans-serif;
--font-amethysta: 'Amethysta',serif;
--font-alice: 'Alice',serif;
--font-arizonia: 'Arizonia',handwriting;
--font-courierprime: 'Courier Prime',monospace;
--font-abhayalibre: 'Abhaya Libre',serif;
--font-abrilfatface: 'Abril Fatface',display;
--font-alegreya: 'Alegreya',serif;
--font-anonymouspro: 'Anonymous Pro',monospace;
--font-anton: 'Anton',sans-serif;
--font-antonio: 'Antonio',sans-serif;
--font-baijamjuree: 'Bai Jamjuree',sans-serif;
--font-badscript: 'Bad Script',handwriting;

    /* Font size */
    
    /* Font weight */
    --font-weight-regular: 400;
--font-weight-normal: 500;
--font-weight-bold: 700;
--font-weight-semi-bold: 600;
    /* Shadows */
    --shadow-sm:  0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-base:  0 1px 3px 0 rgba(0, 0, 0, 0.25), 0 1px 2px 0 rgba(0, 0, 0, 0.25);
--shadow-md:  0 4px 6px -1px rgba(0, 0, 0, 0.25), 0 2px 4px -1px rgba(0, 0, 0, 0.25);
--shadow-lg:  0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -2px rgba(0, 0, 0, 0.25);
--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.25), 0 10px 10px -5px rgba(0, 0, 0, 0.25);
--shadow-2xl:  0 25px 50px -12px rgba(0, 0, 0, 0.25);
    /* Border radius */
    
    /* Spacing */
    --default: 5px;
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .fxIqyd {
      align-items:center;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .egJBvt {
      color:inherit;
      font-size:16px;
      transition:max-height 500ms cubic-bezier(0.19, 1, 0.22, 1) 0ms normal;
      font-family:'Poppins';
      font-weight:400;
      padding-top:8px;
      padding-bottom:8px;
    }

    @media (max-width: 470px) {

    .egJBvt {
      font-size:12px;
    }
    }

    .eyQJSM {
      position:absolute;
    }

    .raspA {
      top:0px;
      left:0px;
      width:100%;
      height:100%;
      z-index:57;
      position:fixed;
      max-width:100%;
      min-width:100%;
      max-height:100%;
      min-height:100%;
      align-items:center;
      justify-content:center;
      background-color:#00AA5B;
    }

    @media (max-width: 450px) {

    .raspA {
      z-index:4;
      align-items:center;
      justify-content:center;
    }
    }

    .euDsjE {
      gap:5px;
      color:var(--yellow-800, #92400E);
      width:100%;
      display:flex;
      font-size:13px;
      font-family:'Inter';
      font-weight:500;
      padding-top:10px;
      border-color:#93400e42;
      border-style:solid;
      border-width:1px;
      padding-left:10px;
      border-radius:8px;
      padding-right:10px;
      flex-direction:row;
      padding-bottom:10px;
      background-color:#fffbeb96;
    }

    .dAJSJQ {
      color:var(--grey-600, #525252);
      width:100%;
      height:50px;
      font-size:16px;
      font-family:'Inter Tight';
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:9px;
      padding-right:15px;
      background-color:#fbfbfe;
    }

    .dAJSJQ:focus {
      outline-color:var(--grey-900, #171717);
      outline-style:solid;
      outline-width:2px;
    }

    .bTYCdJ {
      font-size:13px;
      font-family:inherit;
      font-weight:500;
    }

    .origi {
      color:var(--grey-600, #525252);
      width:100%;
      height:50px;
      font-size:16px;
      font-family:'Inter Tight';
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:12px;
      padding-right:15px;
      background-color:#fbfbfe;
    }

    .origi:focus {
      outline-color:var(--grey-900, #171717);
      outline-style:solid;
      outline-width:2px;
    }

    .dALnsk {
      color:var(--grey-50, #FAFAFA);
      width:100%;
      height:45px;
      outline:none;
      font-size:14px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-left:19px;
      border-radius:6px;
      padding-right:19px;
      justify-content:center;
      background-color:#00AA5B;
    }

    .dALnsk:hover {
      background-color:var(--green-500, #10B981);
    }

    .dALnsk:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .bmueSo {
      width:92%;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
    }

    .QhLFK {
      width:100%;
    }

    @media (max-width: 450px) {

    .QhLFK {
      width:100%;
    }
    }

    .fFVrpM {
      width:32%;
      height:5px;
      border-radius:12px;
      background-color:var(--white, #ffffff);
    }

    .efoAlS {
      gap:5px;
      color:var(--grey-700, #404040);
      width:100%;
      display:flex;
      font-size:25px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      flex-direction:column;
      justify-content:center;
    }

    .ejWmss {
      gap:26px;
      width:26%;
      height:fit-content;
      align-items:center;
      padding-top:35px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:12px;
      outline-color:#fbfbfe;
      outline-style:solid;
      outline-width:2px;
      padding-right:15px;
      padding-bottom:25px;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 450px) {

    .ejWmss {
      width:95%;
      height:fit-content;
      align-items:start;
      padding-bottom:55px;
      justify-content:end;
    }
    }

    .cHjuje {
      width:32%;
      height:5px;
      border-radius:12px;
      background-color:#85e5bf;
    }

    .eCwtBt {
      color:#00AA5B;
      width:100%;
      display:inline-block;
      font-size:10px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:500;
    }

    .dDbMOf {
      color:var(--grey-600, #525252);
      width:100%;
      height:50px;
      font-size:16px;
      font-family:'Inter Tight';
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:8px;
      padding-right:15px;
      background-color:#fbfbfe;
    }

    .dDbMOf:focus {
      outline-color:var(--grey-900, #171717);
      outline-style:solid;
      outline-width:2px;
    }

    .cHeVvk {
      color:#00AA5B;
      width:100%;
      display:inline-block;
      font-size:10px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:600;
    }

    .dvViyU {
      width:26%;
      height:25px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    .bQvwAY {
      color:var(--red-700, #B91C1C);
      width:100%;
      display:inline-block;
      font-size:10px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:8px;
      border-color:var(--red-600, #DC2626);
      border-style:solid;
      border-width:1px;
      border-radius:5px;
      padding-bottom:8px;
      background-color:var(--red-50, #FEF2F2);
    }

    .cZgfah {
      gap:26px;
      width:26%;
      height:fit-content;
      align-items:center;
      padding-top:25px;
      border-color:var(--grey-200, #E5E5E5);
      border-style:solid;
      border-width:1px;
      padding-left:15px;
      border-radius:12px;
      outline-color:#fbfbfe;
      outline-style:solid;
      outline-width:2px;
      padding-right:15px;
      padding-bottom:15px;
      justify-content:center;
      background-color:var(--white, #ffffff);
    }

    @media (max-width: 470px) {

    .cZgfah {
      width:95%;
      height:fit-content;
      align-items:start;
      justify-content:end;
    }
    }

    .ckeToP {
      color:var(--green-50, #ECFDF5);
      width:56%;
      font-size:18px;
      margin-top:8px;
      text-align:center;
      font-family:'Poppins';
      font-weight:500;
      line-height:26px;
      padding-top:5px;
      padding-left:25px;
      margin-bottom:8px;
      padding-right:25px;
      padding-bottom:15px;
    }

    @media (max-width: 450px) {

    .ckeToP {
      width:100%;
      font-size:15px;
      line-height:18px;
      padding-left:15px;
      padding-right:15px;
    }
    }

    .cYMqQJ {
      color:var(--white, #ffffff);
      font-size:85px;
      text-align:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-top:35px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:5px;
    }

    @media (max-width: 470px) {

    .cYMqQJ {
      font-size:30px;
    }
    }

    .bIQHiS {
      top:15px;
      left:15px;
      display:flex;
      z-index:58;
      position:fixed;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:start;
    }

    @media (max-width: 450px) {

    .bIQHiS {
      gap:15px;
      top:15px;
      left:15px;
      width:94%;
      display:flex;
      position:fixed;
      border-radius:15px;
      flex-direction:row;
    }
    }

    .cPAwUG {
      gap:6px;
      color:inherit;
      display:flex;
      font-size:20px;
      max-width:100%;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-top:10px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
    }

    @media (max-width: 470px) {

    .cPAwUG {
      display:flex;
      flex-wrap:nowrap;
      align-items:start;
      flex-direction:row;
      justify-content:start;
    }
    }

    .cjcnAk {
      gap:15px;
      width:100%;
      position:relative;
      max-width:100%;
      align-items:center;
      font-family:'Inter Tight';
      flex-direction:row;
      justify-content:center;
      background-color:#ffffff;
      border-bottom-color:var(--grey-200, #E5E5E5);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    @media (max-width: 450px) {

    .cjcnAk {
      gap:0px;
      width:100%;
      height:55px;
      z-index:;
      position:relative;
      max-width:100%;
      box-shadow:0px 4px 3px 0px #0000000d;
      align-items:center;
      padding-top:15px;
      padding-left:5px;
      padding-right:5px;
      flex-direction:row;
      padding-bottom:15px;
      justify-content:space-between;
    }
    }

    .fCuNyX {
      gap:7px;
      width:17%;
      align-items:center;
      flex-direction:row;
      justify-content:end;
    }

    @media (max-width: 450px) {

    .fCuNyX {
      display:none;
    }
    }

    .euWhbz {
      width:1248px;
      max-width:1248px;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 450px) {

    .euWhbz {
      width:100%;
      align-items:center;
      flex-direction:row;
      justify-content:space-between;
    }
    }

    .fnRbQM {
      color:var(--grey-50, #FAFAFA);
      width:48%;
      cursor:pointer;
      height:35px;
      outline:none;
      font-size:15px;
      margin-top:5px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-left:19px;
      border-radius:6px;
      margin-bottom:5px;
      padding-right:19px;
      justify-content:center;
      background-color:#00AA5B;
    }

    .fnRbQM:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .evIWzc {
      width:100%;
      cursor:pointer;
      height:100%;
      position:relative;
      max-width:100%;
      max-height:100%;
      object-fit:contain;
      border-radius:6px;
    }

    .daEtAM {
      top:55px;
      left:0px;
      width:100%;
      z-index:11;
      position:absolute;
      align-items:center;
      justify-content:start;
      background-color:var(--white, #ffffff);
    }

    .dGRRRk {
      width:100%;
      align-items:center;
      padding-top:6px;
      padding-left:9px;
      padding-right:9px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:space-between;
      background-color:#fbfbfe;
    }

    .dReEyb {
      color:var(--grey-900, #171717);
      width:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:10px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
    }

    .fmjRmq {
      color:var(--grey-900, #171717);
      width:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:10px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
      border-bottom-color:var(--grey-300, #D4D4D4);
      border-bottom-style:solid;
      border-bottom-width:1px;
    }

    .tVUrh {
      color:var(--grey-50, #FAFAFA);
      width:fit-content;
      cursor:pointer;
      height:38px;
      outline:none;
      font-size:15px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      padding-left:25px;
      border-radius:8px;
      padding-right:25px;
      justify-content:center;
      background-color:#00AA5B;
    }

    .tVUrh:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .bZUlxC {
      color:#00AA5B;
      width:48%;
      cursor:pointer;
      height:35px;
      outline:none;
      font-size:15px;
      margin-top:5px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      border-color:#00AA5B;
      border-style:solid;
      border-width:1px;
      padding-left:19px;
      border-radius:6px;
      margin-bottom:5px;
      padding-right:19px;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .bZUlxC:hover {
      background-color:var(--green-100, #D1FAE5);
    }

    .bZUlxC:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .xOopj {
      color:var(--grey-900, #171717);
      width:100%;
      display:flex;
      font-size:16px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:10px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:space-between;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
    }

    .kKvwI {
      right:100px;
      position:absolute;
      max-height:100%;
      align-items:center;
      padding-top:3px;
      padding-bottom:3px;
      justify-content:center;
    }

    @media (max-width: 450px) {

    .kKvwI {
      right:3px;
      position:relative;
      align-items:center;
      justify-content:center;
    }
    }

    @media (min-width: 450px) {

    .kKvwI {
      display:none;
    }
    }

    .dCgFZx {
      color:#00AA5B;
      width:fit-content;
      cursor:pointer;
      height:38px;
      outline:none;
      font-size:15px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:600;
      border-color:#00AA5B;
      border-style:solid;
      border-width:1px;
      padding-left:25px;
      border-radius:8px;
      padding-right:25px;
      justify-content:center;
      background-color:var(--grey-50, #FAFAFA);
    }

    .dCgFZx:hover {
      background-color:var(--green-100, #D1FAE5);
    }

    .dCgFZx:focus-visible {
      border-color:#bedbfeff;
      border-style:solid;
      border-width:1px;
    }

    .chJjSW {
      width:4.5%;
      position:relative;
      max-height:100%;
      align-items:center;
      padding-top:3px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:3px;
      justify-content:center;
    }

    @media (max-width: 450px) {

    .chJjSW {
      width:11%;
      max-width:11%;
      padding-top:1px;
      padding-left:1px;
      padding-right:1px;
      padding-bottom:1px;
    }
    }

    .fhrWVe {
      width:100%;
      height:400px;
      align-items:center;
      justify-content:center;
      background-color:#00aa5b;
    }

    @media (max-width: 470px) {

    .fhrWVe {
      height:200px;
    }
    }

    .dzREiw {
      cursor:pointer;
      padding-top:8px;
      padding-left:8px;
      border-radius:55px;
      outline-color:#e8e8ee;
      outline-style:solid;
      outline-width:2px;
      padding-right:8px;
      padding-bottom:8px;
      background-color:var(--white, #ffffff);
    }

    .beHCew {
      gap:10px;
      width:1240px;
      align-items:start;
      padding-top:45px;
      padding-left:45px;
      padding-right:45px;
      padding-bottom:45px;
      justify-content:start;
      border-left-color:var(--grey-100, #F5F5F5);
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:var(--grey-100, #F5F5F5);
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .beHCew {
      width:100%;
      max-width:100%;
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      padding-bottom:10px;
    }
    }

    .eDFvAB {
      width:1240px;
      height:100%;
      align-items:center;
      justify-content:center;
      border-left-color:#ecfdf540;
      border-left-style:solid;
      border-left-width:1px;
      border-right-color:#ecfdf540;
      border-right-style:solid;
      border-right-width:1px;
    }

    @media (max-width: 470px) {

    .eDFvAB {
      width:100%;
    }
    }

    .cnyFQZ {
      gap:15px;
      width:100%;
      box-shadow:0px 2px 8px 0px #a8a8a833, -2px 14px 8px 0px #dedede1a inset;
      align-items:center;
      padding-top:25px;
      padding-left:25px;
      padding-right:25px;
      flex-direction:column;
      padding-bottom:25px;
      justify-content:center;
      background-color:#fafafa;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .cnyFQZ {
      width:100%;
      padding-top:15px;
      padding-left:15px;
      padding-right:15px;
      flex-direction:column;
      padding-bottom:15px;
    }
    }

    .cnnOPw {
      color:inherit;
      font-size:15px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:500;
      line-height:18px;
      padding-top:8px;
      padding-bottom:8px;
    }

    @media (max-width: 450px) {

    .cnnOPw {
      width:50%;
      font-size:14px;
      margin-top:2px;
      line-height:18px;
      padding-top:3px;
      margin-bottom:2px;
      padding-bottom:3px;
    }
    }

    .brhKgU {
      color:inherit;
      font-size:15px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:500;
      line-height:18px;
      padding-top:8px;
      padding-bottom:8px;
    }

    @media (max-width: 450px) {

    .brhKgU {
      font-size:14px;
      margin-top:2px;
      line-height:18px;
      padding-top:3px;
      margin-bottom:2px;
      padding-bottom:3px;
    }
    }

    .bETesf {
      color:var(--grey-600, #525252);
      font-size:15px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:500;
    }

    @media (max-width: 450px) {

    .bETesf {
      font-size:12px;
    }
    }

    .fFKryb {
      color:inherit;
      font-size:15px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:500;
      line-height:18px;
      padding-top:8px;
      padding-bottom:8px;
    }

    @media (max-width: 450px) {

    .fFKryb {
      width:fit-content;
      display:flex;
      font-size:14px;
      margin-top:2px;
      line-height:18px;
      padding-top:3px;
      margin-bottom:2px;
      flex-direction:column;
      padding-bottom:3px;
    }
    }

    .dJsZcm {
      gap:5px;
      color:var(--grey-600, #525252);
      width:fit-content;
      display:flex;
      font-size:15px;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:11px;
      flex-direction:row;
      padding-bottom:11px;
      justify-content:start;
    }

    @media (max-width: 470px) {

    .dJsZcm {
      display:flex;
      font-size:12px;
      align-items:center;
      padding-top:10px;
      padding-left:4px;
      border-radius:5px;
      padding-right:4px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
    }
    }

    .esefsW {
      color:var(--grey-900, #171717);
      width:15%;
      align-items:start;
      padding-left:15px;
      padding-right:15px;
      flex-direction:column;
      justify-content:start;
    }

    @media (max-width: 470px) {

    .esefsW {
      gap:0px;
      width:100%;
      flex-wrap:wrap;
      align-items:start;
      padding-left:0px;
      padding-right:0px;
      flex-direction:row;
      padding-bottom:10px;
      justify-content:start;
    }
    }

    .HPJuL {
      gap:5px;
      color:#ffffff;
      width:fit-content;
      cursor:pointer;
      display:flex;
      font-size:15px;
      box-shadow:1px -4px 8px 0px #6363634d inset;
      align-items:center;
      font-family:'Inter Tight';
      font-weight:500;
      padding-top:6px;
      padding-left:8px;
      border-radius:7px;
      padding-right:15px;
      flex-direction:row;
      padding-bottom:6px;
      justify-content:start;
      background-color:#00aa5b;
    }

    @media (max-width: 450px) {

    .HPJuL {
      display:flex;
      font-size:12px;
      align-items:center;
      padding-top:3px;
      padding-left:4px;
      border-radius:5px;
      padding-right:12px;
      flex-direction:row;
      padding-bottom:3px;
      justify-content:start;
    }
    }

    .eolcS {
      color:var(--grey-600, #525252);
      font-size:15px;
      margin-top:8px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:500;
      line-height:24px;
      padding-top:5px;
      margin-bottom:8px;
      padding-bottom:5px;
    }

    @media (max-width: 450px) {

    .eolcS {
      width:100%;
      font-size:14px;
      line-height:25px;
      padding-top:0px;
      padding-bottom:0px;
    }
    }

    .ciIFIr {
      width:30%;
    }

    @media (max-width: 470px) {

    .ciIFIr {
      width:100%;
      padding-top:15px;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
    }
    }

    .cTpmYF {
      width:1240px;
      align-items:start;
      flex-direction:row;
      justify-content:space-between;
    }

    @media (max-width: 470px) {

    .cTpmYF {
      width:100%;
      flex-direction:column-reverse;
    }
    }

    .fEXxJT {
      color:inherit;
      width:100%;
      font-size:15px;
      text-align:left;
      font-family:'Inter Tight';
      font-weight:700;
      padding-bottom:8px;
    }

    @media (max-width: 450px) {

    .fEXxJT {
      font-size:15px;
      font-weight:700;
      padding-top:8px;
      padding-bottom:8px;
    }
    }

    .carcoR {
      gap:15px;
      color:var(--grey-600, #525252);
      width:1240px;
      padding-top:10px;
      flex-direction:row;
      border-top-color:var(--grey-200, #E5E5E5);
      border-top-style:solid;
      border-top-width:1px;
    }

    @media (max-width: 470px) {

    .carcoR {
      gap:14px;
      width:100%;
      flex-wrap:wrap;
      flex-direction:row;
    }
    }